projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2573428
)
tegra: Remove tegra_spl_gpio_direction_output declaration from header file
author
Axel Lin
<
[email protected]
>
Wed, 11 Mar 2015 07:16:29 +0000
(15:16 +0800)
committer
Tom Warren
<
[email protected]
>
Wed, 16 Sep 2015 23:10:22 +0000
(16:10 -0700)
This function is deleted by commit
2fccd2d96bad
"tegra: Convert tegra GPIO driver to use driver model".
Signed-off-by: Axel Lin <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Signed-off-by: Tom Warren <
[email protected]
>
arch/arm/include/asm/arch-tegra/gpio.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-tegra/gpio.h
b/arch/arm/include/asm/arch-tegra/gpio.h
index 7334e0ccd5096dbe05090f2f33d3468101d8a8d3..daf5698e6625ef4c6663ac659f6142c6dbecc904 100644
(file)
--- a/
arch/arm/include/asm/arch-tegra/gpio.h
+++ b/
arch/arm/include/asm/arch-tegra/gpio.h
@@
-27,15
+27,6
@@
struct tegra_gpio_config {
u32 init:2;
};
-/**
- * tegra_spl_gpio_direction_output() - set the output value of a GPIO
- *
- * This function is only used from SPL on seaboard, which needs to enable a
- * GPIO to get the UART running. It could be done in U-Boot rather than SPL,
- * but for now, this gets it working
- */
-int tegra_spl_gpio_direction_output(int gpio, int value);
-
/**
* Configure a list of GPIOs
*